Welcome![Sign In][Sign Up]
Location:
Search - matlab fcm

Search list

[Graph DrawingFCMandlsb

Description: 里面有模糊聚类分类方法FCM的代码和数字水印算法LSB的实现代码!-There are fuzzy clustering of FCM classification code and digital watermarking algorithm LSB realization of code!
Platform: | Size: 1024 | Author: 代松 | Hits:

[matlabmatlab(GA)1

Description: matlab遗传算法工具箱函数及实例讲解1 核心函数: 初始种群的生成函数 -matlab genetic algorithm toolbox and examples of function on one core function: the initial population of the generating function
Platform: | Size: 1024 | Author: xjk | Hits:

[Special Effects222

Description: 这是一个常用的基于Fcm的图像分割源程序,希望对大家有用-This is a commonly used image segmentation based on FCm source, in the hope that useful to everybody
Platform: | Size: 1024 | Author: 郑伟 | Hits:

[Special Effectsfcmimage

Description: 基于FCM的彩色图象的分割的MATLAB源代码-FCM-based segmentation of color images of the MATLAB source code
Platform: | Size: 20480 | Author: 罗明星 | Hits:

[Special EffectsACA_FCM

Description: 利用MATLAB实现蚁群算法的图像分割处理,这个程序是同学帮忙写的-Ant colony algorithm using MATLAB realize the deal with image segmentation, this process is to help students write
Platform: | Size: 4096 | Author: | Hits:

[Special Effectsfcm_eg

Description: 模糊C聚类的应用!!利用MATLAB本身自带的FCM函数做的一个例子-Application of fuzzy clustering C!! Using MATLAB itself FCM
Platform: | Size: 5120 | Author: chaochao | Hits:

[matlabvalidity

Description: 对matlab工具箱中的FCM相关函数进行改进,模糊c-均值有效性检验-Matlab toolbox for FCM-correlation function to improve the effectiveness of fuzzy c-means test
Platform: | Size: 1024 | Author: gaochunhui | Hits:

[matlabsubclustinializingfcm

Description: subclutering initializing fcm: 开发语言:matlab 功能:使用减法聚类初始化fcm算法的聚类中心,可以快速找到合适的初始聚类中心-subclutering initializing fcm: the development of language: matlab function: the use of subtraction FCM clustering algorithm to initialize the cluster centers, can quickly find a suitable initial cluster centers
Platform: | Size: 2048 | Author: gaochunhui | Hits:

[Special Effectsimage

Description: 图像灰度拉伸、直方图均衡算法以及FCM聚类算法。-Image stretching, histogram equalization algorithm and the FCM clustering algorithm.
Platform: | Size: 1024 | Author: 三藏 | Hits:

[Windows Developsegment

Description: FCM算法是一种基于划分的聚类算法,它的思想就是使得被划分到同一簇的对象之间相似度最大,而不同簇之间的相似度最小。模糊C均值算法是普通C均值算法的改进,普通C均值算法对于数据的划分是硬性的,而FCM则是一种柔性的模糊划分。在介绍FCM具体算法之前我们先介绍一些模糊集合的基本知识。-FCM algorithm is a clustering algorithm based on the division of its thinking is that it is making is divided into clusters with the greatest similarity between the object, and different similarity between the smallest cluster. Fuzzy C-means algorithm is an ordinary C-means algorithm, the general C-means algorithm for data delineation is rigid, while the FCM is a soft fuzzy partition. FCM in the introduction prior to the specific algorithm we first introduce some basic knowledge of fuzzy sets.
Platform: | Size: 1713152 | Author: zhourl | Hits:

[AI-NN-PRimprovedregion3

Description: FCM算法是一种基于划分的聚类算法,它的思想就是使得被划分到同一簇的对象之间相似度最大,而不同簇之间的相似度最小。模糊C均值算法是普通C均值算法的改进,普通C均值算法对于数据的划分是硬性的,而FCM则是一种柔性的模糊划分。在介绍FCM具体算法之前我们先介绍一些模糊集合的基本知识。-FCM algorithm is a clustering algorithm based on the division of its thinking is that it is making is divided into clusters with the greatest similarity between the object, and different similarity between the smallest cluster. Fuzzy C-means algorithm is an ordinary C-means algorithm, the general C-means algorithm for data delineation is rigid, while the FCM is a soft fuzzy partition. FCM in the introduction prior to the specific algorithm we first introduce some basic knowledge of fuzzy sets.
Platform: | Size: 9216 | Author: zhourl | Hits:

[matlabFCM

Description: Initialize U=[uij] matrix, U(0) At k-step: calculate the centers vectors C(k)=[cj] with U(k)                                 Update U(k) , U(k+1)                                                     If || U(k+1) - U(k)||<     then STOP otherwise return to step 2. - Initialize U=[uij] matrix, U(0) At k-step: calculate the centers vectors C(k)=[cj] with U(k)                                 Update U(k) , U(k+1)                                                     If || U(k+1)- U(k)||<     then STOP otherwise return to step 2.
Platform: | Size: 391168 | Author: 魏嘉 | Hits:

[GPS developfcm1

Description: function [U,V,num_it]=fcm(U0,X) % MATLAB (Version 4.1) Source Code (Routine fcm was written by Richard J. % Hathaway on June 21, 1994.) The fuzzification constant % m = 2, and the stopping criterion for successive partitions is epsilon =??????. %*******Modified 9/15/04 to have epsilon = 0.00001 and fix univariate bug******** % Purpose:The function fcm attempts to find a useful clustering of the % objects represented by the object data in X using the initial partition in U0. -function [U, V, num_it] = fcm (U0, X) MATLAB (Version 4.1) Source Code (Routine fcm was written by Richard J. Hathaway on June 21, 1994.) The fuzzification constant m = 2, and the stopping criterion for successive partitions is epsilon =??????.******* Modified 9/15/04 to have epsilon = 0.00001 and fix univariate bug******** Purpose: The function fcm attempts to find a useful clustering of the objects represented by the object data in X using the initial partition in U0.
Platform: | Size: 1024 | Author: download99 | Hits:

[Special Effectsjulei

Description: 通过模糊c-均值(FCM)聚类实现图像的分割。-Through the fuzzy c-means (FCM) clustering to achieve image segmentation.
Platform: | Size: 123904 | Author: alexandar | Hits:

[AI-NN-PR2-FCM

Description: 2维的FCM算法matlab程序。传上来跟大家交流一下,现在正在搞这方面的论文,希望可以一起学习讨论-2-dimensional FCM algorithm matlab procedures. Chuan-up exchange with you, and now is engaging in this paper, hope that we can learn together to discuss
Platform: | Size: 5120 | Author: 许翔 | Hits:

[Special EffectsFCMSegmentation

Description: FCM 模糊C均值聚类算法。使用说明:这是一个可以人机交互的FCM算法,首先使用鼠标圈定一个矩形区域,则算法自动施加于目标区域:) Have Fun :)-FCM fuzzy C means clustering algorithm. Usage: This is a can of HCI FCM algorithm, the first to use the mouse a rectangular area delineation, the algorithm automatically imposed on the target area:) Have Fun:)
Platform: | Size: 132096 | Author: zxr | Hits:

[Graph programfcm

Description: 模糊C均值分类,用于图像处理中 很好用的,极力推荐 -Fuzzy C-means classification, used for image processing in a very good use, and strongly recommend
Platform: | Size: 2048 | Author: zf_528 | Hits:

[matlab[matlab]

Description: 模糊核聚类算法的几篇论文及matlab源码,可以以练代学,更好掌握模糊聚类方法。-Fuzzy Kernel Clustering Algorithm matlab several papers and source code, can be practicing on behalf of science, to better grasp the fuzzy clustering method.
Platform: | Size: 1380352 | Author: 大长今 | Hits:

[matlabfcm

Description: 通过模糊c-均值(FCM)聚类实现图像的分割。-Through the fuzzy c-means (FCM) clustering to achieve image segmentation.
Platform: | Size: 1024 | Author: 张淘 | Hits:

[Exploitfcm

Description: 模糊聚类的matlab程序,有详细注释,对初学者很有用-FCM
Platform: | Size: 1024 | Author: sendi | Hits:
« 1 2 34 5 6 7 8 9 10 ... 16 »

CodeBus www.codebus.net